Solves the system of equations using a full orthogonal factorization of .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | b |
The M-by-NRHS matrix . |
The N-by-NRHS matrix .
Solves the system of equations using a full orthogonal factorization of .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | b |
The M-by-NRHS matrix . |
The N-by-NRHS matrix .
Solves the system of equations using a full orthogonal factorization of .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | b |
The M-element vector . |
The N-element vector .
Solves the system of equations using a full orthogonal factorization of .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | b |
The M-element vector . |
The N-element vector .